[INFO] cloning repository https://github.com/ebiyo/advprog-modul6
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ebiyo/advprog-modul6" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Febiyo%2Fadvprog-modul6", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Febiyo%2Fadvprog-modul6'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4cb5854b11d7a916c339cd6cf6f4c4da3eb760fe
[INFO] fixing ebiyo/advprog-modul6 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Febiyo%2Fadvprog-modul6" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ebiyo/advprog-modul6
[INFO] finished tweaking git repo https://github.com/ebiyo/advprog-modul6
[INFO] tweaked toml for git repo https://github.com/ebiyo/advprog-modul6 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ebiyo/advprog-modul6 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ebiyo/advprog-modul6 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d5f912a4e4daaaf0ce80f977194e8ef63d0f04bd68bd6a5b70f7dbd7359fa4ec
[INFO] running `Command { std: "docker" "start" "d5f912a4e4daaaf0ce80f977194e8ef63d0f04bd68bd6a5b70f7dbd7359fa4ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d5f912a4e4daaaf0ce80f977194e8ef63d0f04bd68bd6a5b70f7dbd7359fa4ec" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d5f912a4e4daaaf0ce80f977194e8ef63d0f04bd68bd6a5b70f7dbd7359fa4ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d5f912a4e4daaaf0ce80f977194e8ef63d0f04bd68bd6a5b70f7dbd7359fa4ec" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking hello v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `mpsc` in this scope
[INFO] [stdout]   --> src/lib.rs:15:34
[INFO] [stdout]    |
[INFO] [stdout] 15 |         let (sender, receiver) = mpsc::channel();
[INFO] [stdout]    |                                  ^^^^ use of unresolved module or unlinked crate `mpsc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mpsc`, use `cargo add mpsc` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::sync::mpsc;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mpsc` in this scope
[INFO] [stdout]   --> src/lib.rs:30:34
[INFO] [stdout]    |
[INFO] [stdout] 30 |         let (sender, receiver) = mpsc::channel();
[INFO] [stdout]    |                                  ^^^^ use of unresolved module or unlinked crate `mpsc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mpsc`, use `cargo add mpsc` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::sync::mpsc;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Arc` in this scope
[INFO] [stdout]   --> src/lib.rs:31:24
[INFO] [stdout]    |
[INFO] [stdout] 31 |         let receiver = Arc::new(Mutex::new(receiver));
[INFO] [stdout]    |                        ^^^ use of undeclared type `Arc`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::sync::Arc;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Mutex` in this scope
[INFO] [stdout]   --> src/lib.rs:31:33
[INFO] [stdout]    |
[INFO] [stdout] 31 |         let receiver = Arc::new(Mutex::new(receiver));
[INFO] [stdout]    |                                 ^^^^^ use of undeclared type `Mutex`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::sync::Mutex;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::sync::nonpoison::Mutex;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Arc` in this scope
[INFO] [stdout]   --> src/lib.rs:36:42
[INFO] [stdout]    |
[INFO] [stdout] 36 |             workers.push(Worker::new(id, Arc::clone(&receiver)));
[INFO] [stdout]    |                                          ^^^ use of undeclared type `Arc`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::sync::Arc;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thread` in this scope
[INFO] [stdout]   --> src/lib.rs:55:13
[INFO] [stdout]    |
[INFO] [stdout] 55 |     thread: thread::JoinHandle<()>,
[INFO] [stdout]    |             ^^^^^^ use of unresolved module or unlinked crate `thread`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `thread`, use `cargo add thread` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::os::unix::thread;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::thread;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Arc` in this scope
[INFO] [stdout]   --> src/lib.rs:59:33
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn new(id: usize, receiver: Arc<Mutex<mpsc::Receiver<Job>>>) -> Self {
[INFO] [stdout]    |                                 ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::sync::Arc;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Mutex` in this scope
[INFO] [stdout]   --> src/lib.rs:59:37
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn new(id: usize, receiver: Arc<Mutex<mpsc::Receiver<Job>>>) -> Self {
[INFO] [stdout]    |                                     ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::sync::Mutex;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::sync::nonpoison::Mutex;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mpsc` in this scope
[INFO] [stdout]   --> src/lib.rs:59:43
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn new(id: usize, receiver: Arc<Mutex<mpsc::Receiver<Job>>>) -> Self {
[INFO] [stdout]    |                                           ^^^^ use of unresolved module or unlinked crate `mpsc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mpsc`, use `cargo add mpsc` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::sync::mpsc;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thread` in this scope
[INFO] [stdout]   --> src/lib.rs:60:22
[INFO] [stdout]    |
[INFO] [stdout] 60 |         let thread = thread::spawn(move || {
[INFO] [stdout]    |                      ^^^^^^ use of unresolved module or unlinked crate `thread`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `thread`, use `cargo add thread` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::thread;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]   --> src/lib.rs:20:26
[INFO] [stdout]    |
[INFO] [stdout] 20 |             workers.push(Worker::new(id));
[INFO] [stdout]    |                          ^^^^^^^^^^^---- argument #2 is missing
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/lib.rs:59:8
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn new(id: usize, receiver: Arc<Mutex<mpsc::Receiver<Job>>>) -> Self {
[INFO] [stdout]    |        ^^^            -----------------------------------------
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 20 |             workers.push(Worker::new(id, /* receiver */));
[INFO] [stdout]    |                                        ++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mpsc` in this scope
[INFO] [stdout]   --> src/lib.rs:15:34
[INFO] [stdout]    |
[INFO] [stdout] 15 |         let (sender, receiver) = mpsc::channel();
[INFO] [stdout]    |                                  ^^^^ use of unresolved module or unlinked crate `mpsc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mpsc`, use `cargo add mpsc` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::sync::mpsc;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mpsc` in this scope
[INFO] [stdout]   --> src/lib.rs:30:34
[INFO] [stdout]    |
[INFO] [stdout] 30 |         let (sender, receiver) = mpsc::channel();
[INFO] [stdout]    |                                  ^^^^ use of unresolved module or unlinked crate `mpsc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mpsc`, use `cargo add mpsc` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::sync::mpsc;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Arc` in this scope
[INFO] [stdout]   --> src/lib.rs:31:24
[INFO] [stdout]    |
[INFO] [stdout] 31 |         let receiver = Arc::new(Mutex::new(receiver));
[INFO] [stdout]    |                        ^^^ use of undeclared type `Arc`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::sync::Arc;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Mutex` in this scope
[INFO] [stdout]   --> src/lib.rs:31:33
[INFO] [stdout]    |
[INFO] [stdout] 31 |         let receiver = Arc::new(Mutex::new(receiver));
[INFO] [stdout]    |                                 ^^^^^ use of undeclared type `Mutex`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::sync::Mutex;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::sync::nonpoison::Mutex;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Arc` in this scope
[INFO] [stdout]   --> src/lib.rs:36:42
[INFO] [stdout]    |
[INFO] [stdout] 36 |             workers.push(Worker::new(id, Arc::clone(&receiver)));
[INFO] [stdout]    |                                          ^^^ use of undeclared type `Arc`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::sync::Arc;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thread` in this scope
[INFO] [stdout]   --> src/lib.rs:55:13
[INFO] [stdout]    |
[INFO] [stdout] 55 |     thread: thread::JoinHandle<()>,
[INFO] [stdout]    |             ^^^^^^ use of unresolved module or unlinked crate `thread`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `thread`, use `cargo add thread` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::os::unix::thread;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::thread;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Arc` in this scope
[INFO] [stdout]   --> src/lib.rs:59:33
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn new(id: usize, receiver: Arc<Mutex<mpsc::Receiver<Job>>>) -> Self {
[INFO] [stdout]    |                                 ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::sync::Arc;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Mutex` in this scope
[INFO] [stdout]   --> src/lib.rs:59:37
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn new(id: usize, receiver: Arc<Mutex<mpsc::Receiver<Job>>>) -> Self {
[INFO] [stdout]    |                                     ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::sync::Mutex;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::sync::nonpoison::Mutex;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mpsc` in this scope
[INFO] [stdout]   --> src/lib.rs:59:43
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn new(id: usize, receiver: Arc<Mutex<mpsc::Receiver<Job>>>) -> Self {
[INFO] [stdout]    |                                           ^^^^ use of unresolved module or unlinked crate `mpsc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mpsc`, use `cargo add mpsc` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::sync::mpsc;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thread` in this scope
[INFO] [stdout]   --> src/lib.rs:60:22
[INFO] [stdout]    |
[INFO] [stdout] 60 |         let thread = thread::spawn(move || {
[INFO] [stdout]    |                      ^^^^^^ use of unresolved module or unlinked crate `thread`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `thread`, use `cargo add thread` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::thread;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `ThreadPool` has no field named `workers`
[INFO] [stdout]   --> src/lib.rs:23:22
[INFO] [stdout]    |
[INFO] [stdout] 23 |         ThreadPool { workers, sender }
[INFO] [stdout]    |                      ^^^^^^^ `ThreadPool` does not have this field
[INFO] [stdout]    |
[INFO] [stdout]    = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `ThreadPool` has no field named `sender`
[INFO] [stdout]   --> src/lib.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 |         ThreadPool { workers, sender }
[INFO] [stdout]    |                               ^^^^^^ `ThreadPool` does not have this field
[INFO] [stdout]    |
[INFO] [stdout]    = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `ThreadPool` has no field named `workers`
[INFO] [stdout]   --> src/lib.rs:39:16
[INFO] [stdout]    |
[INFO] [stdout] 39 |         Self { workers, sender }
[INFO] [stdout]    |                ^^^^^^^ `ThreadPool` does not have this field
[INFO] [stdout]    |
[INFO] [stdout]    = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `ThreadPool` has no field named `sender`
[INFO] [stdout]   --> src/lib.rs:39:25
[INFO] [stdout]    |
[INFO] [stdout] 39 |         Self { workers, sender }
[INFO] [stdout]    |                         ^^^^^^ `ThreadPool` does not have this field
[INFO] [stdout]    |
[INFO] [stdout]    = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `sender` on type `&ThreadPool`
[INFO] [stdout]   --> src/lib.rs:48:14
[INFO] [stdout]    |
[INFO] [stdout] 48 |         self.sender.send(job).unwrap();
[INFO] [stdout]    |              ^^^^^^ unknown field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]   --> src/lib.rs:20:26
[INFO] [stdout]    |
[INFO] [stdout] 20 |             workers.push(Worker::new(id));
[INFO] [stdout]    |                          ^^^^^^^^^^^---- argument #2 is missing
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/lib.rs:59:8
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn new(id: usize, receiver: Arc<Mutex<mpsc::Receiver<Job>>>) -> Self {
[INFO] [stdout]    |        ^^^            -----------------------------------------
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 20 |             workers.push(Worker::new(id, /* receiver */));
[INFO] [stdout]    |                                        ++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `ThreadPool` has no field named `workers`
[INFO] [stdout]   --> src/lib.rs:23:22
[INFO] [stdout]    |
[INFO] [stdout] 23 |         ThreadPool { workers, sender }
[INFO] [stdout]    |                      ^^^^^^^ `ThreadPool` does not have this field
[INFO] [stdout]    |
[INFO] [stdout]    = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `ThreadPool` has no field named `sender`
[INFO] [stdout]   --> src/lib.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 |         ThreadPool { workers, sender }
[INFO] [stdout]    |                               ^^^^^^ `ThreadPool` does not have this field
[INFO] [stdout]    |
[INFO] [stdout]    = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `ThreadPool` has no field named `workers`
[INFO] [stdout]   --> src/lib.rs:39:16
[INFO] [stdout]    |
[INFO] [stdout] 39 |         Self { workers, sender }
[INFO] [stdout]    |                ^^^^^^^ `ThreadPool` does not have this field
[INFO] [stdout]    |
[INFO] [stdout]    = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `ThreadPool` has no field named `sender`
[INFO] [stdout]   --> src/lib.rs:39:25
[INFO] [stdout]    |
[INFO] [stdout] 39 |         Self { workers, sender }
[INFO] [stdout]    |                         ^^^^^^ `ThreadPool` does not have this field
[INFO] [stdout]    |
[INFO] [stdout]    = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `sender` on type `&ThreadPool`
[INFO] [stdout]   --> src/lib.rs:48:14
[INFO] [stdout]    |
[INFO] [stdout] 48 |         self.sender.send(job).unwrap();
[INFO] [stdout]    |              ^^^^^^ unknown field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0425, E0433, E0560, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0425, E0433, E0560, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hello` (lib) due to 16 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `hello` (lib test) due to 16 previous errors
[INFO] running `Command { std: "docker" "inspect" "d5f912a4e4daaaf0ce80f977194e8ef63d0f04bd68bd6a5b70f7dbd7359fa4ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5f912a4e4daaaf0ce80f977194e8ef63d0f04bd68bd6a5b70f7dbd7359fa4ec", kill_on_drop: false }`
[INFO] [stdout] d5f912a4e4daaaf0ce80f977194e8ef63d0f04bd68bd6a5b70f7dbd7359fa4ec
